Skip to content

port(schedulers): ddim#9

Closed
Trivernis wants to merge 11 commits intomainfrom
port/ddim
Closed

port(schedulers): ddim#9
Trivernis wants to merge 11 commits intomainfrom
port/ddim

Conversation

@Trivernis
Copy link
Collaborator

No description provided.

@dcvz
Copy link
Collaborator

dcvz commented Nov 29, 2023

@Trivernis looks like no-std are failing - I added these fairly recently. You'll need to explicitly add some/all of these imports:

use alloc::vec::Vec;
use core::marker::PhantomData;

#[cfg(not(feature = "std"))]
#[allow(unused_imports)]
use num_traits::Float;

@dcvz
Copy link
Collaborator

dcvz commented Jan 26, 2026

Took changes into #26

@dcvz dcvz closed this Jan 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants